home *** CD-ROM | disk | FTP | other *** search
- v1.6 (beta):
-
- * Added CONTROL-N (no flyby mode) toggle, applied as
- holding-mode for long /w's.
- * Added CONTROL-A (message alert mode) toggle, for beeps when
- receiving /m's.
-
- v1.5 (beta):
-
- * Made nl() for SCO only again. Seemed to incite the mysterious
- bug in curses for some odd reason. Last time I listen to
- anyone about curses coding. :)
- * Took out all the damn touchwin()'s that weren't necessary.
- Made things a lot faster.
- * Added code for group on status line to be changed when a
- /s name * is done.
-
- v1.4 (beta):
-
- * Added /c for Clear Screen.
- * Changed scrolling method to scroll first, then output, and
- not skip the last line. Seems to run faster, and looks
- a lot better.
- * Fixed bug that put multiple lines inbetween group header and
- group members when not scrolling...or sometimes even when
- scrolling.
- * This is STILL beta code, folks. There's an anomalous bug
- in the curses code that deals with scrolling. If anyone
- can nail it down, I'd appreciate it. Send patches to me.
-
- v1.3 (beta):
-
- * Fixed multi-region input/backspace/wordkill to work
- correctly.
- * Re-fixed timeval structure assignments so it works on
- NeXT. :)
-
- v1.2 (beta):
-
- * Fixed bug that on public and /m message display would
- translate multiple spaces into one space.
- Eventually, maybe I'll add this to the other w_xxx_output()
- functions, but I don't see it as necessary at this time,
- since all the others deal with spacing that is irrelevant.
- As if the word-wrapping wasn't already over-complicated. :)
- * Moved code determining the Nick and Group for status line
- to in_packet_handle() so as to reflect the accurate nick
- and group at any given time....even when booted, or using
- the @nickname notation for /g.
- * Limited nickname and group commandline arguments to their
- proper maximum lengths via truncation.
- * Fixed timeout on select() so that time on status bar gets
- updated every 60 seconds, even when no incoming or outgoing
- messages are being processed (idle condition).
- * Apparently fixed bug that caused curses to get weird over
- slow modem links, and especially under mach (NeXT).
- * Changed w_pub_output() to refresh all of a message at once,
- rather than refreshing line-by-line, thus speeding up the
- scrolling/refreshing during normal conversation.
- * Added a ^X to kill-line in input window.
- * Added a ^W to kill-word in input window. (Thanks to Tramp!)
- * Added notation that "*nickname" on the status line denotes a
- nickname change is pending. the "*" will go away when the
- nickname change comes back from the server.
- * Changed version number to MACRO in main.c.
-
- v1.1 (alpha):
-
- * Added TAB history for /m's.
- * Added /e for command piping.
- * Cleaned up some of the code.
-
-
- v1.0 (alpha):
-
- * Client completed to most of my satisfaction.
-
-